TextReplace

Replace text string (WARNING: memory must be freed!)

extern (C) @nogc nothrow
char*
TextReplace
(
char* text
,
const(char*) replace
,
const(char*) by
)

Meta